object frmInsertCells: TfrmInsertCells Left = 273 Top = 142 BorderStyle = bsDialog ClientHeight = 137 ClientWidth = 212 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object radgrpAction: TRadioGroup Left = 4 Top = 4 Width = 204 Height = 98 TabOrder = 0 end object btnOk: TButton Left = 57 Top = 110 Width = 72 Height = 22 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 136 Top = 110 Width = 72 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end